Interface IComm

All Known Implementing Classes:
DaideComm

public interface IComm
Communication interface. Notice that the most popular IComm is DaideComm.
Author:
Angela Fabregues, IIIA-CSIC, fabregues@iiia.csic.es
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()  
    void init​(Comm comm, es.csic.iiia.fabregues.utilities.Interface log)
    Init communication
    void receivingMessage​(java.lang.String[] msg)
    Handles the reception of a message using interface Language
    void sendMessage​(java.lang.String[] msg)
    Sends a message interface Language
    void stop()
    Stop communication